From fcac4f1a07f57e351c5252becaba5d589c474e56 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 15 Apr 2008 09:19:18 +0000 Subject: [PATCH] this function has no return value, declare it as void. 2008-04-15 Sven Neumann * babl/babl-fish-path.c (init_path_instrumentation): this function has no return value, declare it as void. svn path=/trunk/; revision=306 --- ChangeLog | 5 +++++ babl/babl-fish-path.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b44fede..d159e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-15 Sven Neumann + + * babl/babl-fish-path.c (init_path_instrumentation): this function + has no return value, declare it as void. + 2008-04-13 Øyvind Kolås Applied patch from Jan Heller. diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index a39494b..1c7c752 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -22,7 +22,7 @@ #define BABL_LEGAL_ERROR 0.000001 #define BABL_MAX_COST_VALUE 2000000 -static double +static void init_path_instrumentation (Babl *fmt_source, Babl *fmt_destination); @@ -385,7 +385,7 @@ static Babl *fish_destination_to_rgba; static double reference_cost; static int init_instrumentation_done = 0; -static double +static void init_path_instrumentation (Babl *fmt_source, Babl *fmt_destination) { -- 2.30.2